Version

DataChart Method

Accepts a model class and returns a string that will be rendered in the view.
Overload List
OverloadDescription
DataChart(String,DataChartModel)Accepts a model class and returns a string that will be rendered in the view.  
DataChart(DataChartModel,IDictionary<String,Object>)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
DataChart(DataChartModel,Object)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
DataChart(String,DataChartModel,IDictionary<String,Object>)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
DataChart(String,DataChartModel,Object)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
DataChart<T>()Creates a chart using a fluent interface.  
DataChart<T>(IQueryable<T>)Creates a chart using a fluent interface.  
DataChart<T>(IDictionary<String,Object>)Creates a data chart using a fluent interface.  
DataChart<T>(Object)Creates a data chart using a fluent interface.  
DataChart<T>(IQueryable<T>,IDictionary<String,Object>)Creates a data chart using a fluent interface.  
DataChart<T>(IQueryable<T>,Object)Creates a data chart using a fluent interface.  
DataChart()Creates a chart using a fluent interface.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub